home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9712 / 000037_owner-linux-arm…r.rutgers.edu _Wed Dec 10 09:22:22 1997.msg < prev    next >
Internet Message Format  |  1998-01-04  |  4KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id JAA01310
  4.     for <willy@odie.fluff.org>; Wed, 10 Dec 1997 09:22:20 GMT
  5. Received: from vger.rutgers.edu ([128.6.190.2]:24096 "EHLO vger.rutgers.edu" ident: "root") by nic.funet.fi with ESMTP id <1701-25308>; Wed, 10 Dec 1997 01:55:27 +0200
  6. Received: by vger.rutgers.edu id <971348-215>; Tue, 9 Dec 1997 18:33:27 -0500
  7. Received: from monarch.ja.net ([128.86.16.37]:60235 "EHLO monarch.ja.net" ident: "NO-IDENT-SERVICE") by vger.rutgers.edu with ESMTP id <971461-215>; Tue, 9 Dec 1997 18:10:48 -0500
  8. Received: from sun3.nsfnet-relay.ac.uk by monarch.ja.net with SPAM SMTP (PP); Tue, 9 Dec 1997 22:56:11 +0000
  9. Received: from bright.ecs.soton.ac.uk by sun3.nsfnet-relay.ac.uk with NRS SMTP (PP); Tue, 9 Dec 1997 22:55:50 +0000
  10. Received: from  by bright.ecs.soton.ac.uk; Tue, 9 Dec 97 22:53:23 GMT
  11. Received: from raistlin.armlinux.org (raistlin [192.168.0.3]) by caramon.armlinux.org (8.7.4/8.7.3) with ESMTP id VAA14188; Tue, 9 Dec 1997 21:03:42 GMT
  12. From: Russell King <rmk@ecs.soton.ac.uk>
  13. Received: (from rmk@localhost) by raistlin.armlinux.org (8.7.4/8.7.3) id VAA00370; Tue, 9 Dec 1997 21:03:28 GMT
  14. Message-Id: <199712092103.VAA00370@raistlin.armlinux.org>
  15. Subject: Re: Troubles compiling kernel
  16. To: janm@kom.auc.dk (Jan Magnussen)
  17. Date:     Tue, 9 Dec 1997 21:03:27 +0000 (GMT)
  18. Cc: linux-arm@vger.rutgers.edu
  19. In-Reply-To: <Marcel-1.26-1208230946-0b02VYi@janm.kom.auc.dk> from "Jan Magnussen" at Dec 9, 97 00:09:46 am
  20. X-Location: london.england.earth.mulky-way.universe
  21. Reply-To: rmk@ecs.soton.ac.uk
  22. X-Mailer: ELM [version 2.4 PL24]
  23. MIME-Version: 1.0
  24. Content-Type: text/plain; charset="US-ASCII"
  25. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  26. X-Envid: [/PRMD=UK.AC/ADMD= /C=GB/;<199712092103.VAA00370@raistlin.]
  27. Sender: owner-linux-arm@vger.rutgers.edu
  28. Precedence: bulk
  29. Status: RO
  30.  
  31. Jan Magnussen writes:
  32. > [root@fbi /root]# ifconfig
  33. > lo        Link encap:Local Loopback  
  34. >           inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
  35. >           UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
  36. >           RX packets:12 errors:0 dropped:0 overruns:0
  37. >           TX packets:12 errors:0 dropped:0 overruns:0
  38. > eth0      Link encap:10Mbps Ethernet  HWaddr 00:C0:32:00:1D:63
  39. >           inet addr:192.0.0.115  Bcast:192.0.0.255  Mask:255.255.255.0
  40. >           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  41. >           RX packets:0 errors:0 dropped:260 overruns:0
  42. >           TX packets:0 errors:0 dropped:0 overruns:0
  43. >           Interrupt:32 Memory:80000200-0 
  44. > [root@fbi /root]# ping fbi
  45. > PING fbi (192.0.0.115): 56 data bytes
  46. > ping: sendto: Network is unreachable
  47. > ping: wrote fbi 64 chars, ret=-1
  48. > ping: sendto: Network is unreachable
  49. > ping: wrote fbi 64 chars, ret=-1
  50. > ping: sendto: Network is unreachable
  51. > ping: wrote fbi 64 chars, ret=-1
  52. > --- fbi ping statistics ---
  53. > 3 packets transmitted, 0 packets received, 100% packet loss
  54.  
  55. Things to try:
  56.  
  57. route - print/modify a routing table.
  58.     Simply configuring an interface does not automatically mean that
  59.     packets are routed to it (since you may not actually want that
  60.     to happen, or you only want certain packets to go through that
  61.     interface.
  62.  
  63. ping localhost
  64.     This will indicate if your loopback interface is working.  If
  65.     not, then ping fbi won't work either - the packets for the local
  66.     interfaces are internally routed via lo.
  67.  
  68. cat /proc/interrupts
  69.     This will give information about the number of interrupts received
  70.     per IRQ channel, and would be useful for tracking  down this problem.
  71.    _____
  72.   |_____| ------------------------------------------------- ---+---+-
  73.   |   |         Russell King        rmk@ecs.soton.ac.uk       --- ---
  74.   | | | |     http://www.arm.uk.linux.org/~rmk/home.html     /  /  |
  75.   | +-+-+                                                     --- -+-
  76.   /   |               THE developer of ARM Linux              |+| /|\
  77.  /  | | |                                                     ---  |
  78.     +-+-+ -------------------------------------------------  /\\\  |
  79. unsubscribe: body of `unsubscribe linux-arm' to majordomo@vger.rutgers.edu